home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000179_news@columbia.edu _Sat Mar 9 16:50:52 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id QAA18609 for <kermit.misc@watsun>; Sat, 9 Mar 1996 16:50:52 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id QAA00658 for kermit.misc@watsun; Sat, 9 Mar 1996 16:50:49 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Raw Ascii Uploads with kermit
  8. Date: 9 Mar 1996 21:50:39 GMT
  9. Organization: Columbia University
  10. Lines: 19
  11. Message-ID: <4hsuff$kc@apakabar.cc.columbia.edu>
  12. References: <4hqvdt$dqb@news.service.uci.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4hqvdt$dqb@news.service.uci.edu>,
  16. Phasing Camera System  <pcs> wrote:
  17. :  I am running kermit on a OpenVMS machine which is
  18. : connected to a microprocessor via the serial port.
  19. : Usually, we use kermit to communicate with the
  20. : microprocessor. However, we know need to to a
  21. : "raw" ascii file upload to the microprocessor.
  22. : Is there a way to do this with kermit?
  23. You mean you want to send a file to the microprocessor
  24. without any protocol?  Sure, you can do it.  The command
  25. is TRANSMIT, and it is documented in Chapter 10 of the
  26. manual, "Using C-Kermit".  Works best if you have some
  27. kind of flow control effective at both ends, but since
  28. there is no error detection or recovery, there can be
  29. no guarantees that what is sent is what is received.
  30.  
  31. - Frank